Remove HAVE_LIBNCURSES; it is required to be true
authorGlenn Morris <rgm@gnu.org>
Tue, 1 May 2012 00:30:11 +0000 (20:30 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 1 May 2012 00:30:11 +0000 (20:30 -0400)
commit8f537dd4a1f32cb33435a52cd272413d909b8afc
treef91180c8667b67885b20bcc83138adb2bd5c7222
parentb5d52772f5af821a3a06d1c172bbe0c6e7f61765
Remove HAVE_LIBNCURSES; it is required to be true

Also, it was a confusing name, since it does not necessarily mean that
we literally have libncurses; rather that we have tputs etc.

* configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.

* src/dispnew.c: Remove HAVE_LIBNCURSES test;
it is always true on relevant platforms.

* nt/config.nt (HAVE_LIBNCURSES): Remove undef; not needed.
ChangeLog
configure.in
nt/ChangeLog
nt/config.nt
src/ChangeLog
src/dispnew.c